projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1b5d4
)
trusty: Fix another reported misra violation
author
Arve Hjønnevåg
<
[email protected]
>
Fri, 2 Mar 2018 18:10:00 +0000
(10:10 -0800)
committer
Arve Hjønnevåg
<
[email protected]
>
Fri, 2 Mar 2018 18:10:00 +0000
(10:10 -0800)
Change-Id: I822ccf5852dce4c01f98382cc393331f29e1e256
services/spd/trusty/trusty.c
patch
|
blob
|
history
diff --git
a/services/spd/trusty/trusty.c
b/services/spd/trusty/trusty.c
index 6d9cc28a6db19c1467b89742698bf0e30cf0582c..d6e5726796534eeb49ea9114f16488101dff2370 100644
(file)
--- a/
services/spd/trusty/trusty.c
+++ b/
services/spd/trusty/trusty.c
@@
-412,7
+412,7
@@
static int32_t trusty_setup(void)
if (instr >> 24 == 0xeaU) {
INFO("trusty: Found 32 bit image\n");
aarch32 = true;
- } else if (instr >> 8 == 0xd53810
|| instr >> 16 == 0x9400
) {
+ } else if (instr >> 8 == 0xd53810
U || instr >> 16 == 0x9400U
) {
INFO("trusty: Found 64 bit image\n");
} else {
NOTICE("trusty: Found unknown image, 0x%x\n", instr);